Gets an index or a subindex scanner that is the parent of a subindex scanner.

Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
IIndexScanner<T> ParentScanner { get; }
Visual Basic
ReadOnly Property ParentScanner As IIndexScanner(Of T)
	Get

Field Value

Parent scanner for a subindex scanner; null for an index scanner.

See Also